Auto merge of #3827 - alexcrichton:warnings-v2, r=matklad
authorbors <bors@rust-lang.org>
Mon, 13 Mar 2017 22:21:16 +0000 (22:21 +0000)
committerbors <bors@rust-lang.org>
Mon, 13 Mar 2017 22:21:16 +0000 (22:21 +0000)
commit19fdb308cdbb25faf4f1e25a71351d8d603fa447
treecd7c5b38c527b9a81033ee792010794d08cbd4e7
parent4a3c0a63b07e9a4feb41cb11de37c92a09db5a60
parent684790f8e2f5aa9038733787253ffdcad779fb9f
Auto merge of #3827 - alexcrichton:warnings-v2, r=matklad

Cap lints for upstream deps with `-vv`

Previously with `-vv` Cargo didn't pass `--cap-lints` at all, but with upstream
dependencies we still want to pass at least `--cap-lints warn` to make sure that
they're all still compiling.

Closes #3823